stft_result Derived Type

type, public :: stft_result

A container for STFT output.


Components

Type Visibility Attributes Name Initial
integer(kind=int32), public, allocatable, dimension(:) :: offsets

The starting indices of each window segment.

complex(kind=real64), public, allocatable, dimension(:,:) :: stft

An M-by-N matrix containing the M-element complex-valued transforms for each of the N time points studied. M is the size of the positive half of the transform, and N is the total number of transformed segments.